projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaf9402
)
[IA64] remove RELOC_HIDE
author
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Wed, 26 Apr 2006 05:38:09 +0000
(23:38 -0600)
committer
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Wed, 26 Apr 2006 05:38:09 +0000
(23:38 -0600)
This is now defined in xen/include/xen/compiler.h
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
xen/include/asm-ia64/config.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-ia64/config.h
b/xen/include/asm-ia64/config.h
index ff9971e66e781476e7c8abd299fe0ce7a6359044..8371ecc4c083008f32188935ea819f7ffc75a995 100644
(file)
--- a/
xen/include/asm-ia64/config.h
+++ b/
xen/include/asm-ia64/config.h
@@
-94,12
+94,6
@@
extern char _end[]; /* standard ELF symbol */
//#define __cond_lock(x) (x)
//#define __must_check
#define __deprecated
-#ifndef RELOC_HIDE
-# define RELOC_HIDE(ptr, off) \
- ({ unsigned long __ptr; \
- __ptr = (unsigned long) (ptr); \
- (typeof(ptr)) (__ptr + (off)); })
-#endif
// xen/include/asm/config.h
//#define HZ 1000